/* 公共样式 */
header {
  position: relative;
}
header:hover .pcHeader {
  box-shadow: 0px 0px 10px 0px var(--color-230);
}
.pcHeader {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0px 3%;
  width: 100%;
  background-color: white;
  z-index: 999;
}
.pcHContainer {
  position: relative;
}
.pcHLoge {
  left: 0;
}
.pcHNav {
  text-align: right;
  padding-right: 50px;
}
.pcHNav li {
  margin-left: 10px;
  position: relative;
}
.pcHNav li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: var(--color-blue);
  display: none;
}
.pcHNav li.activeLi::after {
  display: block;
}
.pcHNav li.activeLi a {
  color: var(--color-blue);
}
.pcHNav a {
  display: block;
  padding: 30px 10px;
}
.pcHNav i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-size: 12px;
  transform: translateY(-2px);
}
.pcSearch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.pcSearch:hover .searchBox {
  display: block;
}
.pcSearchBtn {
  border: none;
  background-color: transparent;
  display: block;
  cursor: pointer;
}
.pcSearchBtn > img {
  display: block;
  width: 20px;
}
.searchMain {
  position: absolute;
  top: 24px;
  right: 0;
  padding-top: 24px;
  z-index: 100;
}
.searchBox {
  box-shadow: 0px 0px 10px 0px var(--color-153);
  position: relative;
  padding: 10px 50px 10px 10px;
  background-color: white;
  display: none;
}
.searchBox > input {
  border: none;
  height: 40px;
  width: 200px;
  padding-left: 10px;
}
.searchBox > button {
  border: none;
  background-color: transparent;
  display: block;
  padding: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 40px;
  height: 40px;
}
.searchBox > button > img {
  display: block;
  width: 100%;
}
.pcHNav2Main {
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 79px;
  left: 0;
}
.pcHNav2Box {
  background-color: white;
  padding: 50px;
  text-align: center;
  display: none;
  box-shadow: 0px 0px 6px 0px var(--color-230);
}
.pcHNav2Box li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 30px;
  text-align: left;
  max-width: 45%;
}
.pcHNav2Box li h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 30px;
}
.pcHNav2Box li h4 a {
  color: var(--color-blue);
}
.pcHNav2Box li h5 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-left: 14px;
}
.pcHNav2Box li h5::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #595959;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.pcHNav2Box li h5 a:hover {
  color: var(--color-blue);
}
.pcHNav2Box li p {
  font-size: 14px;
  margin-bottom: 20px;
}
.pcHNav2Box li p a:hover {
  color: var(--color-blue);
}
.iMpad {
  padding: 100px 0;
}
footer {
  background-color: #212121;
  color: white;
  padding-top: 60px;
}
.footer1 {
  position: relative;
  padding-right: 200px;
}
.footer1 li {
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
}
.footer1 li:last-of-type {
  margin-right: 0;
}
.footer1 li a {
  color: white;
}
.footer1 li a:hover {
  color: var(--color-blue);
}
.footer1 li h4 {
  font-size: 17px;
  margin-bottom: 30px;
}
.footer1 li p {
  margin-bottom: 20px;
}
.footer1 li p a {
  color: #a3a3a3;
}
.footer1 > a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.footer1 > a img {
  display: block;
}
.footer2 {
  padding: 50px 0;
  border-top: 1px solid #4d4d4d;
  margin-top: 50px;
  position: relative;
}
.footer2 li:nth-of-type(2) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.footer2 li:nth-of-type(2) h4 {
  color: white;
  font-size: 24px;
  margin-bottom: 10px;
}
.footer2 li:nth-of-type(2) p {
  color: #a3a3a3;
}
.mbHeader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #f9f9f9;
}
.mbH1 {
  position: relative;
  text-align: center;
  padding: 7px 0;
  z-index: 100;
}
.mbH1 > a {
  display: block;
  width: 152px;
  margin: 0 auto;
}
.mbH1 > a > img {
  display: block;
  width: 100%;
}
.mbH1 button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mbH1 button img:nth-of-type(2) {
  display: none;
}
.mbH1 button.active img:nth-of-type(2) {
  display: block;
}
.mbH1 button.active img:first-of-type {
  display: none;
}
.mbMbtn {
  left: 16px;
}
.mbMbtn img {
  width: 30px;
}
.mbSearchBtn {
  right: 16px;
}
.mbSearchBtn img {
  width: 24px;
}
.mbHSearch {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #f9f9f9;
  padding: 60px 16px 10px;
  z-index: 10;
}
.mbHSearch > div {
  border-bottom: 2px solid var(--color-230);
  position: relative;
  padding-right: 50px;
}
.mbHSearch > div input {
  width: 100%;
  border: none;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  font-size: 14px;
}
.mbHSearch > div button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-color: transparent;
  border: none;
}
.mbHSearch > div button img {
  width: 30px;
  display: block;
}
.mbHSearch.active {
  display: block;
}
.mbHBox {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #f9f9f9;
  padding: 112px 0px 0px;
}
.mbHBox.active {
  display: block;
}
.mbHNav {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.mbHNav > ul {
  height: 100%;
  transition: all 0.5s;
}
.mbHNav > ul > li {
  padding: 0px 16px;
}
.mbHNav > ul > li.active .mbHNav2 {
  display: block;
}
.mbHNav > ul.active {
  transform: translateX(-100%);
}
.mbHNav1 {
  position: relative;
  border-bottom: 1px solid var(--color-230);
}
.mbHNav1 a {
  display: block;
  line-height: 40px;
}
.mbHNav1 i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 12px;
  color: var(--color-153);
}
.mbHNav2 {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% + 16px);
  width: 100%;
  height: 100%;
  padding-top: 45px;
  margin-right: -16px;
  margin-left: -16px;
}
.mbHNav2Title {
  position: relative;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 0;
  box-shadow: 0px 0px 10px 0px var(--color-230);
  background-color: white;
}
.mbHNav2Title button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  color: var(--color-153);
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
}
.mbHNav2Title span {
  font-size: 22px;
  color: #555555;
}
.mbHNav2List {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding: 0px 16px;
}
.mbHNav2List a {
  padding: 8px 0;
  display: block;
}
.mbHNav2List h4 {
  font-size: 20px;
  border-top: 1px solid var(--color-230);
  color: var(--color-blue);
}
.mbHNav2List h4:first-of-type {
  border: none;
}
.mbHNav2List h4 a {
  color: var(--color-blue);
}
.mbHNav2List h5 {
  font-size: 15px;
  font-weight: bold;
  color: #555555;
}
.mbHNav2List p {
  padding-left: 20px;
}
/* 公共样式 */
/* 首页 */
/*body {
  padding-top: 79px;
}*/
.indexBanner .indexBan .indexPagaina {
  bottom: 30px;
}
.indexBanner .indexBan .indexPagaina .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: white;
  margin: 0px 10px;
}
.main1 ul {
  justify-content: space-between;
}
.main1 li {
  -webkit-box-flex: 0 0 710px;
  -webkit-flex: 0 0 710px;
  flex: 0 0 710px;
}
.m1Img img {
  display: block;
  width: 100%;
}
.m1CTitle h4 {
  font-size: 24px;
  margin-top: 50px;
  line-height: 40px;
  font-weight: bold;
}
.m1CText {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 4px solid var(--color-blue);
  font-size: 16px;
  color: var(--color-68);
  line-height: 30px;
}
.main2 li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 600px;
  position: relative;
  transition: all 1s;
}
.main2 li:hover .m2Box {
  background-color: rgba(36, 149, 176, 0.8);
}
.main2 li:hover .m2Title > span {
  display: none;
}
.main2 li:hover .m2Text {
  display: block;
}
.main2.active li {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.main2.active li.active2 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  flex: 4;
}
.m2Box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.m2Box2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 11;
  padding: 0px 10%;
  color: white;
  transition: all 1s;
}
.m2Title {
  text-align: center;
}
.m2Title > span {
  font-size: 47px;
  font-weight: bold;
}
.m2Title > h4 {
  font-size: 24px;
  margin: 15px 0px 50px;
}
.m2Text {
  font-size: 17px;
  line-height: 30px;
  margin-top: 40px;
  display: none;
}
.m3Title {
  position: relative;
}
.m3TitleImg {
  display: inline-block;
}
.m3TitleNav {
  position: relative;
  padding-right: 60px;
  transform: translateY(6px);
}
.m3TitleNav li {
  margin-left: 40px;
  cursor: pointer;
  padding: 20px 0;
  position: relative;
}
.m3TitleNav li a {
  font-size: 16px;
}
.m3TitleNav li::after {
  content: '';
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: var(--color-blue);
}
.m3TitleNav li:hover a {
  font-weight: bold;
  color: var(--color-blue);
}
.m3TitleNav li:hover::after {
  display: block;
}
.m3TitleNav > a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
}
.m3TitleNav > a img {
  display: block;
  width: 24px;
}
.m3Box {
  margin-top: 60px;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.m3Left {
  -webkit-box-flex: 0 0 690px;
  -webkit-flex: 0 0 690px;
  flex: 0 0 690px;
}
.m3Left a {
  display: block;
}
.m3Left a:hover h4 {
  color: var(--color-blue);
}
.m3LImg {
  position: relative;
  overflow: hidden;
}
.m3LImg img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.m3LImg span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 26px;
  color: white;
  background-color: var(--color-blue);
  display: block;
  padding: 14px 20px;
}
.m3LImg:hover img {
  transform: scale(1.2);
}
.m3LCont {
  background-color: var(--color-247);
  padding: 30px;
}
.m3LCont h4 {
  font-size: 18px;
  margin-bottom: 14px;
}
.m3LCont p {
  color: var(--color-51);
  line-height: 30px;
}
.m3Right {
  -webkit-box-flex: 0 0 750px;
  -webkit-flex: 0 0 750px;
  flex: 0 0 750px;
}
.m3R1 ul {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.m3R1 li {
  -webkit-box-flex: 0 0 48%;
  -webkit-flex: 0 0 48%;
  flex: 0 0 48%;
}
.m3R1 a {
  display: block;
}
.m3R1 a h4 {
  padding: 20px 0;
  font-size: 15px;
}
.m3R1 a:hover h4 {
  color: var(--color-blue);
}
.m3R1 a:hover .m3R1Img span {
  display: block;
}
.m3R1Img {
  position: relative;
  overflow: hidden;
}
.m3R1Img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.m3R1Img span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 20px;
  color: white;
  background-color: var(--color-blue);
  display: block;
  padding: 14px 20px;
  display: none;
}
.m3R1Img:hover img {
  transform: scale(1.2);
}
.m3R2 {
  margin-top: 60px;
}
.m3R2 li {
  border-top: 1px dashed var(--color-230);
}
.m3R2 li a {
  position: relative;
  display: block;
  padding: 20px 60px 20px 0px;
  font-size: 15px;
}
.m3R2 li a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 16px;
  color: var(--color-136);
}
.m3R2 li a:hover {
  color: var(--color-blue);
}
/* 首页 */
/* 关于 */
.abmb80 {
  margin-bottom: 80px;
}
.aboutNavs {
  border-bottom: 1px solid var(--color-230);
  text-align: center;
}
.aboutNavs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10%;
}
.aboutNavs li a {
  display: block;
  padding: 24px 0;
  position: relative;
  font-size: 16px;
}
.aboutNavs li:last-of-type {
  margin-right: 0;
}
.aboutNavs li.active a,
.aboutNavs li:hover a {
  color: var(--color-blue);
}
.aboutNavs li.active a::after,
.aboutNavs li:hover a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-blue);
}
.aboutTitle {
  text-align: center;
  margin-bottom: 40px;
}
.aboutTitle h4 {
  font-size: 30px;
  font-weight: bold;
  color: #4d4d4d;
}
.aboutTitle p {
  font-size: 20px;
  margin: 6px 0px 10px;
  color: #4d4d4d;
}
.aboutTitle span {
  display: block;
  width: 1px;
  height: 30px;
  background-color: #4d4d4d;
  margin: 0 auto;
}
.about1 {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.about1L {
  -webkit-box-flex: 0 0 53%;
  -webkit-flex: 0 0 53%;
  flex: 0 0 53%;
}
.about1L > img {
  width: 100%;
  display: block;
}
.about1R {
  -webkit-box-flex: 0 0 42%;
  -webkit-flex: 0 0 42%;
  flex: 0 0 42%;
}
.about1RBox {
  padding-top: 70px;
}
.about1RLogo {
  margin-bottom: 30px;
}
.about1RLogo img {
  max-width: 100%;
}
.about1RCont {
  color: var(--color-102);
  line-height: 30px;
  font-size: 15px;
}
/* 关于 */
/* 关于-企业文化 */
.abCulture1 {
  background-color: #f4f4f4;
  padding-top: 70px;
}
.abC1Box {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.abC1L {
  -webkit-box-flex: 0 0 45%;
  -webkit-flex: 0 0 45%;
  flex: 0 0 45%;
}
.abC1Title {
  padding-top: 30px;
  margin-bottom: 46px;
}
.abC1Title h4 {
  font-size: 28px;
  font-weight: bold;
  color: #4d4d4d;
}
.abC1Title p {
  font-size: 20px;
  color: #4d4d4d;
  margin: 6px 0px 14px;
}
.abC1Title span {
  display: block;
  width: 40px;
  height: 3px;
  background-color: var(--color-blue);
}
.abC1Text {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 30px;
}
.abC1R img {
  max-width: 100%;
  display: block;
}
.abC1R {
  -webkit-box-flex: 0 0 44%;
  -webkit-flex: 0 0 44%;
  flex: 0 0 44%;
}
.abCulture2 {
  padding: 80px 0;
}
.abCulture2 .aboutTitle span {
  background-color: var(--color-blue);
}
.abC2Box {
  margin-top: 50px;
  text-align: center;
}
.abC2Box h4 {
  margin-top: 20px;
  font-size: 18px;
  color: transparent;
}
.abC2Box li:hover h4 {
  color: #4d4d4d;
}
.abC2Img {
  display: inline-block;
  width: 270px;
  height: 270px;
  border: 20px solid #b8d5e8;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.abC2Img > img {
  width: 230px;
  height: 230px;
  border-radius: 50%;
}
.abC2Img::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: var(--color-blue);
  transition: all 0.5s;
  border-radius: 50%;
  z-index: 10;
}
.abC2Img:hover::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.abC2Img:hover .abC2Text::after {
  background-color: white;
}
.abC2Text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 100;
}
.abC2Text img {
  display: block;
  margin: 0 auto;
}
.abC2Text p {
  color: white;
  margin-top: 10px;
}
.abC2Text::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 1px;
  height: 20px;
  background-color: transparent;
}
.abCulture3 {
  padding: 110px 0;
}
.abCulture3 .containers {
  max-width: 1280px;
}
.abCulture3 .aboutTitle h4,
.abCulture3 .aboutTitle p {
  color: white;
}
.abCulture3 .aboutTitle span {
  background-color: white;
}
.abC3Text {
  color: white;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.abC3Icon {
  text-align: center;
  margin-top: 50px;
}
.abCulture4 {
  padding: 80px 0;
  background-color: #f5f5f5;
}
.abCulture4 .containers {
  max-width: 1280px;
}
.abCulture4 .aboutTitle span {
  background-color: var(--color-blue);
}
.abC4List ul {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.abC4List li {
  -webkit-box-flex: 0 0 30%;
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
}
.abC4Box {
  position: relative;
  overflow: hidden;
}
.abC4Box > img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.abC4Box:hover > img {
  transform: scale(1.2);
}
.abC4Box:hover .abC4Cont {
  background-color: rgba(21, 116, 179, 0.8);
}
.abC4Box:hover .abC4Text {
  display: block;
}
.abC4Cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  color: white;
  padding: 50px 30px;
}
.abC4Title {
  text-align: center;
}
.abC4Title h4 {
  font-size: 18px;
  margin-top: 10px;
}
.abC4Text {
  margin-top: 50px;
  position: relative;
  display: none;
}
.abC4Text h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.abC4Text::after {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  width: 1px;
  height: 20px;
  background-color: white;
}
.abCulture5 {
  padding: 100px 0;
}
.abCulture5 .containers {
  max-width: 1280px;
}
.abCulture5 .aboutTitle span {
  background-color: var(--color-blue);
}
.abC5Text {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 34px;
  text-align: center;
}
/* 关于-企业文化 */
/* 关于-实验室 */
.abSysList li,
.abHonorList li {
  margin-bottom: 30px;
}
.absListText,
.abHonorText {
  margin-top: 16px;
}
.absListText h4,
.abHonorText h4 {
  font-size: 16px;
  text-align: center;
}
/* 关于-实验室 */
/* 关于-专利荣誉 */
.abHonorImg {
  padding: 16px;
  box-shadow: 0px 0px 10px 0px var(--color-230);
}
/* 关于-专利荣誉 */
/* 科研项目- */
.kyProjectList {
  margin-top: 50px;
}
.kyProjectList li {
  margin-bottom: 100px;
  position: relative;
}
.kyProjectList li > div {
  width: 50%;
}
.kyProjectList li:nth-of-type(2n-1) {
  text-align: right;
}
.kyProjectList li:nth-of-type(2n-1) .kyProjectCont {
  padding-right: 100px;
  left: 0;
}
.kyProjectList li:nth-of-type(2n) .kyProjectCont {
  padding-left: 100px;
  right: 0;
}
.kyProjectList li:hover .kyProjectCont h4 {
  color: var(--color-blue);
}
.kyProjectList li:hover .kyProjectCont span {
  background-color: var(--color-blue);
}
.kyProjectImg {
  position: relative;
  display: inline-block;
}
.kyProjectImg > img {
  display: block;
  width: 100%;
}
.kyProjectImg:hover .kyProImgTip {
  display: block;
}
.kyProImgTip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.kyProImgTip::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border: 1px solid white;
}
.kyProImgTip > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
}
.kyProImgTip > div p {
  font-size: 24px;
  margin-top: 10px;
}
.kyProjectCont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
.kyProjectCont h4 {
  font-size: 30px;
  font-weight: bold;
}
.kyProjectCont span {
  display: block;
  width: 50px;
  height: 1px;
  background-color: black;
  margin: 16px 0px 20px;
}
.kyProjectCont p {
  font-size: 16px;
  color: #696969;
  line-height: 30px;
}
/* 科研项目- */
/* 研究技术 */
.yjjishu1 ul {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.yjjishu1 li {
  -webkit-box-flex: 0 0 23%;
  -webkit-flex: 0 0 23%;
  flex: 0 0 23%;
  background-color: white;
  padding: 70px 50px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px var(--color-230);
  transition: all 0.3s;
}
.yjjishu1 li:hover {
  background-color: var(--color-blue);
  color: white;
  transform: translateY(-40px);
}
.yjjishu1 li:hover .yjjs1Icon img:first-of-type {
  display: none;
}
.yjjishu1 li:hover .yjjs1Icon img:nth-of-type(2) {
  display: inline-block;
}
.yjjishu1 li:hover .yjjs11 h4 {
  color: white;
}
.yjjishu1 li:hover .yjjs11 p {
  color: #a7c2db;
}
.yjjishu1 li:hover .yjjs11 span {
  background-color: white;
}
.yjjishu1 li:hover .yjjs12 {
  color: white;
}
.yjjs1Icon img:nth-of-type(2),
.yjjs2Icon img:nth-of-type(2) {
  display: none;
}
.yjjs1Icon {
  margin-bottom: 70px;
}
.yjjs11 h4 {
  font-size: 24px;
  color: #444444;
}
.yjjs11 p {
  color: var(--color-153);
}
.yjjs11 span {
  display: block;
  width: 30px;
  height: 1px;
  background-color: black;
  margin: 10px auto 20px;
}
.yjjs12 {
  font-size: 15px;
  color: var(--color-136);
}
.yjjishu2 {
  margin-top: 80px;
}
.yjjishu2 ul {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.yjjishu2 li {
  -webkit-box-flex: 0 0 48.5%;
  -webkit-flex: 0 0 48.5%;
  flex: 0 0 48.5%;
  background-color: white;
  box-shadow: 0px 0px 10px 0px var(--color-230);
  padding-left: 150px;
  padding-right: 16px;
  position: relative;
  transition: all 0.3s;
}
.yjjishu2 li:hover {
  background-color: var(--color-blue);
  color: white;
  transform: translateY(-40px);
}
.yjjishu2 li:hover .yjjs2Icon img:first-of-type {
  display: none;
}
.yjjishu2 li:hover .yjjs2Icon img:nth-of-type(2) {
  display: inline-block;
}
.yjjishu2 li:hover .yjjs2Cont h4,
.yjjishu2 li:hover .yjjs2Cont p {
  color: white;
}
.yjjishu2 li:hover .yjjs2Cont p:first-of-type {
  color: #a7c2db;
}
.yjjishu2 li:hover .yjjs2Cont span {
  background-color: white;
}
.yjjs2Icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
}
.yjjs2Cont {
  min-height: 80px;
  padding: 60px 0;
}
.yjjs2Cont h4 {
  font-size: 26px;
  color: #444444;
}
.yjjs2Cont span {
  display: block;
  width: 30px;
  height: 1px;
  background-color: black;
  margin: 10px 0;
}
.yjjs2Cont p:first-of-type {
  color: var(--color-153);
}
.yjjs2Cont p:nth-of-type(2) {
  font-size: 17px;
  color: var(--color-136);
  line-height: 30px;
}
/* 研究技术 */
/* 详情页1 */
.detail1 {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.detail1L {
  -webkit-box-flex: 0 0 45%;
  -webkit-flex: 0 0 45%;
  flex: 0 0 45%;
}
.detail1R {
  -webkit-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
}
.detail1R img {
  display: block;
  max-width: 100%;
}
.dt1LText {
  padding-top: 50px;
}
.dt1LText h4 {
  font-size: 30px;
}
.dt1LText span {
  width: 70px;
  height: 4px;
  background-color: var(--color-blue);
  display: block;
  margin: 30px 0;
}
.dt1LText p {
  color: var(--color-102);
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 30px;
}
/* 详情页1 */
/* 详情页2 */
.detail21 {
  padding: 70px 0;
}
.dt21Box {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.dt21L {
  -webkit-box-flex: 0 0 35%;
  -webkit-flex: 0 0 35%;
  flex: 0 0 35%;
  padding-left: 5%;
  position: relative;
}
.dt21Text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dt21Text h4 {
  font-size: 30px;
  color: var(--color-51);
}
.dt21Text span {
  display: block;
  width: 80px;
  height: 2px;
  background-color: var(--color-blue);
  margin: 20px 0;
}
.dt21Text p {
  font-size: 17px;
  color: var(--color-102);
  line-height: 30px;
}
.dt21R {
  -webkit-box-flex: 0 0 55%;
  -webkit-flex: 0 0 55%;
  flex: 0 0 55%;
}
.dt21R img {
  display: block;
  width: 100%;
}
.detail22 {
  background-color: var(--color-247);
  padding: 70px 0;
}
.dt22List ul {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.dt22List li {
  -webkit-box-flex: 0 0 45%;
  -webkit-flex: 0 0 45%;
  flex: 0 0 45%;
}
.dt22List li:first-of-type,
.dt22List li:nth-of-type(2) {
  margin-bottom: 70px;
}
.dt22Box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.dt22Img {
  -webkit-box-flex: 0 0 170px;
  -webkit-flex: 0 0 170px;
  flex: 0 0 170px;
  border-radius: 50%;
  height: 170px;
  border: 8px solid #e1ebf1;
}
.dt22Img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.dt22Text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-top: 50px;
  padding-left: 40px;
  font-size: 16px;
  color: #444444;
  line-height: 30px;
}
.detail23 {
  padding: 70px 0;
}
.detail23 .containers > h4 {
  font-size: 36px;
  text-align: center;
}
.dt23List {
  margin-top: 50px;
}
.dt23List ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.dt23List li {
  -webkit-box-flex: 0 0 18.5%;
  -webkit-flex: 0 0 18.5%;
  flex: 0 0 18.5%;
  margin-right: 1.7%;
  border: 1px solid var(--color-230);
  padding: 40px 30px;
  text-align: center;
  margin-bottom: 20px;
}
.dt23List li:nth-of-type(5n) {
  margin-right: 0;
}
.dt23List li:hover {
  background-color: var(--color-blue);
  box-shadow: 0px 0px 6px 0px var(--color-blue);
  border: 1px solid var(--color-blue);
}
.dt23List li:hover .dt23Icon img:first-of-type {
  display: none;
}
.dt23List li:hover .dt23Icon img:nth-of-type(2) {
  display: inline-block;
}
.dt23List li:hover .dt23Box > span {
  background-color: #73acd1;
}
.dt23List li:hover .dt23Box p {
  color: white;
}
.dt23Icon img {
  width: 60px;
}
.dt23Icon img:nth-of-type(2) {
  display: none;
}
.dt23Box > span {
  display: inline-block;
  padding: 4px 20px;
  background-color: var(--color-blue);
  color: white;
  border-radius: 40px;
  margin: 10px 0 16px;
}
.dt23Box p {
  font-size: 16px;
  color: var(--color-102);
  margin-bottom: 6px;
}
.dt23Box p:last-of-type {
  margin-bottom: 0;
}
/* 详情页2 */
/* 详情页3 */
.detail31 {
  padding: 70px 0;
}
.dt31Title {
  text-align: center;
}
.dt31Title h4 {
  font-size: 30px;
}
.dt31Title span {
  display: block;
  width: 50px;
  height: 4px;
  background-color: var(--color-blue);
  margin: 30px auto;
}
.dt31Cont > p {
  font-size: 17px;
  color: var(--color-102);
}
.dt31Cont > ul {
  margin-top: 50px;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.dt31Cont > ul > li {
  -webkit-box-flex: 0 0 16%;
  -webkit-flex: 0 0 16%;
  flex: 0 0 16%;
}
.dt31Cont li:hover .dt31Text {
  background: url('../image/bg2.png') no-repeat center center / cover;
}
.dt31Cont li:hover .dt31Text h4 {
  color: white;
}
.dt31Cont li:hover .dt31Text h4 span {
  color: white;
}
.dt31Cont li:hover .dt31Text p {
  color: white;
}
.dt31Img img {
  display: block;
  width: 100%;
  height: 100%;
}
.dt31Text {
  padding: 16px;
}
.dt31Text h4 {
  font-size: 18px;
  color: #333333;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-230);
}
.dt31Text h4 span {
  font-size: 22px;
  color: var(--color-179);
}
.dt31Text p {
  color: var(--color-102);
  margin-top: 16px;
}
.detail32 {
  padding: 70px 0;
  background-color: var(--color-247);
}
.detail32 img {
  max-width: 100% !important;
}
.dt32Cont img {
  max-width: 100% !important;
}
/* 详情页3 */
/* 详情页4 */
.detail4 {
  padding: 60px 0;
}
.detail41 {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.detail41L {
  -webkit-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
}
.detail41R {
  -webkit-box-flex: 0 0 37%;
  -webkit-flex: 0 0 37%;
  flex: 0 0 37%;
}
.detail41R img {
  max-width: 100%;
}
.dt41LText {
  padding-top: 50px;
}
.dt41LText h4 {
  font-size: 30px;
}
.dt41LText span {
  display: block;
  width: 50px;
  height: 4px;
  background-color: var(--color-blue);
  margin: 30px 0;
}
.dt41LText p {
  font-size: 17px;
  line-height: 30px;
}
/* 详情页4 */
/* 肿瘤预防 */
.kyProjectList.zlyfList li {
  position: relative;
}
.kyProjectList.zlyfList li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-230);
}
.kyProjectList.zlyfList li:last-of-type::after {
  display: none;
}
/* 肿瘤预防 */
/* 我们的技术 */
.wmjishu {
  padding: 70px 0;
}
.wmjishu .containers {
  max-width: 1200px;
}
.wmjsTitle {
  text-align: center;
}
.wmjsTitle h4 {
  font-size: 32px;
  font-weight: bold;
}
.wmjsTitle p {
  font-size: 24px;
  margin-top: 4px;
}
.wmjsCont {
  margin-top: 60px;
  text-align: center;
}
.wmjsCont li {
  display: inline-block;
  vertical-align: top;
  margin-right: 34px;
  margin-bottom: 50px;
}
.wmjsCont li a {
  display: block;
  height: 80px;
  background-color: var(--color-blue);
  color: white;
  position: relative;
  width: 270px;
  border-radius: 5px;
}
.wmjsCont li a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0px 16px;
  font-size: 16px;
}
.wmjsCont li a:hover {
  box-shadow: 0px 0px 10px 0px var(--color-blue);
}
.wmjsCont li:nth-of-type(4),
.wmjsCont li:nth-of-type(8),
.wmjsCont li:last-of-type {
  margin-right: 0;
}
/* 我们的技术 */
/* 核心团队 */
.team {
  margin-top: 80px;
}
.team li {
  -webkit-box-flex: 0 0 23%;
  -webkit-flex: 0 0 23%;
  flex: 0 0 23%;
  margin-right: 2.3%;
  margin-bottom: 40px;
}
.team li:nth-of-type(4n) {
  margin-right: 0;
}
.team li a {
  display: block;
  background-color: var(--color-247);
  text-align: center;
  padding: 50px 40px;
  transition: all 0.5s;
  height: 100%;
}
.team li a:hover {
  background-color: var(--color-blue);
  color: white;
  transform: translateY(-30px);
  box-shadow: 0px 0px 10px 0px var(--color-blue);
}
.team li a:hover .teamText span {
  background-color: white;
}
.team li a:hover .teamText p {
  color: white;
}
.team li a:hover .teamArrow {
  transform: rotateZ(0);
}
.team li a:hover .teamArrow img:first-of-type {
  display: none;
}
.team li a:hover .teamArrow img:nth-of-type(2) {
  display: inline-block;
}
.teamImg {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.teamImg img {
  width: 180px;
  height: 180px;
}
.teamText {
  margin-top: 20px;
}
.teamText h4 {
  font-size: 24px;
}
.teamText span {
  width: 30px;
  height: 4px;
  background-color: var(--color-blue);
  display: block;
  margin: 10px auto;
}
.teamText p {
  color: var(--color-136);
  font-size: 15px;
  line-height: 26px;
}
.teamArrow {
  margin-top: 30px;
  transform: rotateZ(-45deg);
  transition: all 0.5s;
}
.teamArrow img {
  width: 24px;
}
.teamArrow img:nth-of-type(2) {
  display: none;
}
.showTeams img{
  max-width: 100%;
}
/* 核心团队 */
/* 核心团队详情 */
.teamDetail {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
.teamDtL {
  -webkit-box-flex: 0 0 36%;
  -webkit-flex: 0 0 36%;
  flex: 0 0 36%;
}
.teamDtImg img {
  display: block;
  width: 100%;
}
.teamDtR {
  -webkit-box-flex: 0 0 52%;
  -webkit-flex: 0 0 52%;
  flex: 0 0 52%;
}
.teamDtCont {
  padding-top: 50px;
}
.teamDtTitle {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ebebeb;
  margin-bottom: 40px;
}
.teamDtTitle h4 {
  font-size: 30px;
  color: var(--color-51);
}
.teamDtTitle p {
  font-size: 16px;
  color: var(--color-136);
}
.teamDtText {
  font-size: 17px;
  color: var(--color-102);
  line-height: 34px;
}
/* 核心团队详情 */
/* 战略布局 */
.detail5 {
  padding: 80px 0px 100px;
}
.detail51 {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.detail51L {
  -webkit-box-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  flex: 0 0 40%;
}
.detail51R {
  -webkit-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
}
.detail51R img {
  max-width: 100%;
}
/* 战略布局 */
/* 新闻中心 */
.news {
  margin-bottom: 80px;
}
.newsList {
  margin: 60px 0;
}
.newsList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.newsList ul::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 33%;
  background-color: var(--color-230);
}
.newsList ul::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 66%;
  background-color: var(--color-230);
}
.newsList li {
  -webkit-box-flex: 0 0 33%;
  -webkit-flex: 0 0 33%;
  flex: 0 0 33%;
  margin-bottom: 40px;
}
.newsList li a {
  display: block;
  padding: 30px 90px;
}
.newsList li a:hover {
  background-color: var(--color-blue);
  color: white;
}
.newsList li a:hover .newsTitle h4,
.newsList li a:hover .newsTitle p {
  color: white;
}
.newsList li a:hover .newsText {
  color: white;
}
.newsList li a:hover .newsArrow {
  background-color: white;
}
.newsList li a:hover .newsArrow span {
  border-color: white;
}
.newsTitle p {
  font-size: 12px;
  color: var(--color-153);
}
.newsTitle h4 {
  font-size: 22px;
  color: var(--color-51);
  margin: 20px 0px 40px;
  height: 58px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsImg {
  margin: 10px 0px 40px;
}
.newsImg img {
  display: block;
  width: 100%;
}
.newsText {
  color: #929292;
  min-height: 117px;
}
.newsArrow {
  width: 76px;
  margin-top: 30px;
  position: relative;
  height: 1px;
  background-color: #a7a7a7;
}
.newsArrow span {
  position: absolute;
  top: 50%;
  right: 1px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  transform: translateY(-50%) rotateZ(45deg);
}
/* 新闻中心 */
/* 新闻详情 */
.newsDetail {
  padding: 70px 0px 80px;
}
.newsDtL {
  padding-right: 30px;
}
.newsDtLBox {
  background-color: white;
}
.newsDtCont {
  padding: 50px 60px 0;
}
.newsDtTitle {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px dashed var(--color-230);
  margin-bottom: 30px;
}
.newsDtTitle h4 {
  font-size: 26px;
  margin-bottom: 10px;
}
.newsDtTitle p {
  color: #aab5bc;
}
.newsDtText {
  font-size: 16px;
  color: var(--color-102);
  line-height: 30px;
}
.newDtNav {
  margin-top: 40px;
  border-top: 1px solid #dedede;
}
.newDtNav li a {
  display: block;
  position: relative;
}
.newDtNav li a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.newDtNav li a img {
  width: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.newDtNav li a p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
.newDtNav li a::after {
  content: '';
  display: block;
  width: 1px;
  height: 34px;
  background-color: #eeeeee;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.newDtNav li a:hover {
  background-color: var(--color-blue);
  color: white;
}
.newDtNav li a:hover img {
  display: block;
}
.newDtNav li:first-of-type a {
  padding: 50px 150px 50px 80px;
}
.newDtNav li:first-of-type a i {
  left: 20px;
}
.newDtNav li:first-of-type a img {
  right: 20px;
}
.newDtNav li:first-of-type a::after {
  left: 54px;
}
.newDtNav li:nth-of-type(2) a {
  padding: 50px 80px 50px 150px;
  text-align: right;
}
.newDtNav li:nth-of-type(2) a i {
  right: 20px;
}
.newDtNav li:nth-of-type(2) a img {
  left: 20px;
}
.newDtNav li:nth-of-type(2) a::after {
  right: 54px;
}
.newsDtR {
  -webkit-box-flex: 0 0 380px;
  -webkit-flex: 0 0 380px;
  flex: 0 0 380px;
}
.newsDtRBox {
  background-color: white;
}
.newsDtRBox > h4 {
  font-size: 16px;
  background-color: var(--color-blue);
  color: white;
  padding: 14px 20px;
}
.newsDtRBox ul {
  padding: 0px 16px;
}
.newsDtRBox li {
  border-bottom: 1px solid var(--color-230);
}
.newsDtRBox li:last-of-type {
  border: none;
}
.newsDtRBox li a {
  display: block;
  padding: 20px 0;
}
.newsDtRBox li a p {
  font-size: 12px;
  color: var(--color-153);
  margin-top: 10px;
}
.newsDtRBox li a:hover h4 {
  color: var(--color-blue);
}
/* 新闻详情 */
.m1Img,
.abSListImg,
.kyProjectImg,
.newsImg {
  overflow: hidden;
}
.m1Img > img,
.abSListImg > img,
.kyProjectImg > img,
.newsImg > img {
  transition: all 0.5s;
}
.m1Img:hover img,
.abSysList li a:hover img,
.kyProjectImg:hover img {
  transform: scale(1.2);
}
.m1Img:hover .absListText h4,
.abSysList li a:hover .absListText h4,
.kyProjectImg:hover .absListText h4 {
  color: var(--color-blue);
}
.abHonorList li a:hover .abHonorImg {
  box-shadow: 0px 0px 10px 0px var(--color-179);
}
.abHonorList li a:hover .abHonorText h4 {
  color: var(--color-blue);
}
.newsList li a:hover .newsImg img {
  transform: scale(1.2);
}
.showBigBox.active .bigBg {
  opacity: 1;
  z-index: 999;
}
.showBigBox.active .bigImg {
  opacity: 1;
  z-index: 9999;
  top: 50%;
}
.bigBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}
.bigImg {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -999;
  max-width: 90%;
  max-height: 90%;
  transition: all 0.5s;
  opacity: 0;
}
.bigImg button {
  position: absolute;
  top: -24px;
  right: -24px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
}
.bigImg button img {
  width: 24px;
  display: block;
}
.bigImg > img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1700px) {
  .pcHNav li {
    margin-left: 0px;
  }
  .footer1 li {
    margin-right: 3%;
  }
}
@media (max-width: 1600px) {
  .main1 li {
    -webkit-box-flex: 0 0 47%;
    -webkit-flex: 0 0 47%;
    flex: 0 0 47%;
  }
  .m3Left {
    -webkit-box-flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    flex: 0 0 45%;
  }
  .m3Right {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .footer1 li {
    margin-right: 2%;
  }
  .footer1 li h4 {
    font-size: 15px;
  }
  .footer1 li p {
    font-size: 12px;
  }
}
@media (max-width: 1500px) {
  .pcHLoge img {
    max-width: 380px;
  }
  .m1CTitle h4 {
    margin-top: 20px;
  }
  .m1CText {
    margin-top: 20px;
    padding-top: 20px;
  }
  .about1RBox {
    padding-top: 20px;
  }
}
@media (max-width: 1300px) {
  .bigImg {
    max-width: none;
    max-height: none;
    width: 80%;
  }
  .pcHeader,
  .pcHNav2Main {
    display: none;
  }
  .mbHeader {
    display: block;
  }
  body {
    padding-top: 50px;
  }
  .indexBanner .indexBan .indexPagaina {
    bottom: 10px;
  }
  .indexBanner .indexBan .indexPagaina .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white;
    margin: 0px 4px;
  }
  .iMpad {
    padding: 40px 0;
  }
  .main1 > ul {
    display: block;
  }
  .m1Cont {
    margin-top: 30px;
  }
  .m1CTitle img {
    max-width: 100%;
  }
  .m1CTitle h4 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
  }
  .m1CText {
    margin-top: 20px;
    padding-top: 20px;
  }
  .main2 {
    padding: 0px 16px;
  }
  .main2 > ul {
    display: block;
  }
  .main2 li {
    margin-bottom: 20px;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 !important;
    flex: 1 !important;
    height: 500px;
  }
  .m2Box2 {
    padding: 0px 16px;
  }
  .m2Title > h4 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .m2Title img {
    width: 70px;
  }
  .m2Text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  .m3TitleImg {
    display: block;
  }
  .m3TitleImg img {
    display: block;
  }
  .m3TitleNav {
    float: none;
  }
  .m3TitleNav li {
    margin-left: 0;
    margin-right: 10px;
  }
  .m3Box {
    margin-top: 20px;
    display: block;
  }
  .m3Left {
    margin-bottom: 20px;
  }
  .m3LImg span {
    font-size: 18px;
  }
  .m3LCont {
    padding: 20px;
  }
  .m3LCont p {
    line-height: 26px;
  }
  .m3R1Img span {
    font-size: 12px;
  }
  .m3R2 {
    margin-top: 30px;
  }
  .m3R2 li a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  footer {
    padding-top: 20px;
  }
  .footer1 {
    padding-right: 170px;
  }
  .footer1 > a {
    top: 50%;
    transform: translateY(-50%);
  }
  .footer1 li {
    display: block;
    margin-bottom: 6px;
  }
  .footer1 li:last-of-type {
    margin-bottom: 0px;
  }
  .footer1 li h4 {
    margin: 0;
    font-size: 14px;
  }
  .footer1 li p {
    display: none;
  }
  .footer2 {
    margin-top: 20px;
    padding: 10px 0 50px;
    position: relative;
  }
  .footer2 li:first-of-type {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 12px;
    text-align: center;
  }
  .footer2 li:nth-of-type(2) {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    text-align: center;
  }
  .footer2 li:nth-of-type(2) h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .footer2 li:nth-of-type(2) p {
    font-size: 12px;
  }
  .aboutNavs ul {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .abCulture1 {
    padding-top: 40px;
  }
  .abC1Box {
    display: block;
  }
  .abC1Title,
  .dt31Title {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .abC1Title h4,
  .dt31Title h4 {
    font-size: 22px;
  }
  .abC1Title p,
  .dt31Title p {
    font-size: 16px;
  }
  .abC1Text {
    font-size: 14px;
    line-height: 26px;
  }
  .abC1R {
    margin-top: 20px;
  }
  .abCulture2,
  .abCulture4,
  .abCulture5 {
    padding: 40px 0;
  }
  .aboutTitle {
    margin-bottom: 20px;
  }
  .aboutTitle h4 {
    font-size: 22px;
  }
  .aboutTitle p {
    font-size: 16px;
  }
  .aboutTitle span {
    height: 20px;
  }
  .abC2Box ul {
    display: block;
  }
  .abC2Box li {
    margin-bottom: 20px;
  }
  .abC2Box li h4 {
    color: var(--color-68);
    margin-top: 10px;
  }
  .abCulture3 .containers,
  .abCulture4 .containers,
  .abCulture5 .containers,
  .wmjishu .containers {
    max-width: 90%;
  }
  .abC3Text,
  .abC5Text {
    font-size: 14px;
    line-height: 26px;
  }
  .abC3Icon {
    margin-top: 30px;
  }
  .abC4List ul {
    display: block;
  }
  .abC4List li {
    margin-bottom: 20px;
  }
  .abSysList li,
  .abHonorList li {
    margin-bottom: 20px;
  }
  .abSysList li,
  .abHonorList li {
    -webkit-box-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-right: 0;
  }
  .abSysList li:nth-of-type(2n),
  .abHonorList li:nth-of-type(2n) {
    margin-left: 4%;
  }
  .mt80 {
    margin-top: 40px;
  }
  .absListText,
  .abHonorText {
    margin-top: 10px;
  }
  .absListText h4,
  .abHonorText h4 {
    font-size: 14px;
  }
  .about1,
  .detail1,
  .dt21Box,
  .dt22List ul,
  .dt22Box,
  .detail41,
  .detail51,
  .newsDtBox,
  .teamDetail,
  .yjjishu1 ul,
  .yjjishu2 ul {
    display: block;
  }
  .about1RBox {
    padding-top: 20px;
  }
  .about1RCont {
    font-size: 14px;
    line-height: 26px;
  }
  .dt1LText {
    padding-top: 0;
  }
  .dt1LText h4 {
    font-size: 22px;
  }
  .dt1LText span {
    height: 2px;
    width: 50px;
    margin: 20px 0;
  }
  .dt21Text {
    position: static;
    transform: none;
  }
  .dt21Text h4 {
    font-size: 22px;
  }
  .dt21Text span {
    height: 2px;
    width: 50px;
  }
  .dt21Text p {
    font-size: 14px;
    line-height: 26px;
  }
  .detail21,
  .detail23,
  .detail31,
  .detail32,
  .detail4,
  .detail5,
  .newsDetail,
  .teamDetail,
  .wmjishu {
    padding: 40px 0;
  }
  .dt21L {
    padding: 0;
  }
  .dt22List li,
  .dt22List li:first-of-type,
  .dt22List li:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .dt22Img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
  .dt22Text {
    padding: 0;
    margin-top: 20px;
  }
  .detail23 .containers > h4 {
    font-size: 22px;
  }
  .dt23List {
    margin-top: 30px;
  }
  .dt23List li {
    -webkit-box-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-right: 0;
    padding: 16px;
  }
  .dt23List li:nth-of-type(2n-1) {
    margin-right: 4%;
  }
  .dt23Box p {
    font-size: 14px;
  }
  .dt31Title span {
    margin: 14px auto;
  }
  .dt31Cont > p {
    font-size: 14px;
    line-height: 26px;
  }
  .dt31Cont > ul {
    display: block;
  }
  .dt31Cont li {
    margin-bottom: 20px;
  }
  .dt32Cont img,
  .detail41R img,
  .detail51R img {
    max-width: 100% !important;
  }
  .dt41LText,
  .dt1LText {
    padding-top: 0;
  }
  .dt41LText h4,
  .dt1LText h4 {
    font-size: 22px;
  }
  .dt41LText p,
  .dt1LText p {
    font-size: 14px;
    line-height: 26px;
  }
  .kyProjectList li {
    margin-bottom: 30px;
  }
  .kyProjectList li > div {
    width: 100%;
    margin: 0;
  }
  .kyProjectList li .kyProjectCont {
    position: static;
    transform: none;
    padding: 0;
    margin-top: 20px;
  }
  .kyProjectList li .kyProjectCont h4 {
    font-size: 18px;
  }
  .kyProjectList li .kyProjectCont p {
    font-size: 14px;
    line-height: 26px;
  }
  .kyProjectList li:nth-of-type(2n-1) .kyProjectCont,
  .kyProjectList li:nth-of-type(2n) .kyProjectCont {
    padding: 0;
  }
  .newsList {
    margin: 40px 0;
  }
  .newsList ul::before,
  .newsList ul::after {
    display: none;
  }
  .newsList li {
    -webkit-box-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
  }
  .newsList li a {
    padding: 0px;
  }
  .newsList li:nth-of-type(2n-1) {
    margin-right: 4%;
  }
  .newsTitle h4 {
    margin: 6px 0px 10px;
    font-size: 16px;
    height: 42px;
  }
  .newsImg {
    margin: 10px 0px;
  }
  .newsText {
    min-height: auto;
  }
  .newsArrow {
    margin-top: 20px;
    width: 50px;
  }
  .newsDtL {
    padding: 0;
  }
  .newsDtTitle {
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
  .newsDtTitle h4 {
    font-size: 22px;
  }
  .newsDtCont {
    padding: 16px;
  }
  .newsDtText {
    font-size: 14px;
    line-height: 26px;
  }
  .newDtNav ul {
    display: block;
  }
  .newDtNav li:first-of-type a,
  .newDtNav li:nth-of-type(2) a {
    padding: 10px;
    text-align: left;
  }
  .newDtNav li a i,
  .newDtNav li a img {
    display: none;
  }
  .newsDtR {
    margin-top: 30px;
  }
  .teamDtCont {
    padding-top: 30px;
  }
  .teamDtTitle {
    margin-bottom: 20px;
  }
  .teamDtTitle h4 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .teamDtText {
    font-size: 14px;
    line-height: 26px;
  }
  .team {
    margin-top: 40px;
  }
  .team ul {
    display: block;
  }
  .team li {
    margin-bottom: 20px;
  }
  .team li a {
    padding: 30px 20px;
  }
  .team li a:hover {
    transform: none;
  }
  .teamImg {
    width: 150px;
    height: 150px;
  }
  .teamImg img {
    width: 150px;
    height: 150px;
  }
  .teamText h4 {
    font-size: 22px;
  }
  .wmjsTitle h4 {
    font-size: 22px;
  }
  .wmjsTitle p {
    font-size: 18px;
  }
  .wmjsCont li {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .wmjsCont li a {
    width: auto;
    height: auto;
    padding: 10px 16px;
  }
  .wmjsCont li a span {
    position: static;
    transform: none;
    padding: 0;
  }
  .yjjishu1 li {
    margin-bottom: 20px;
    padding: 40px 20px;
  }
  .yjjishu1 li:hover {
    transform: none;
  }
  .yjjs11 h4 {
    font-size: 22px;
  }
  .yjjs1Icon {
    margin-bottom: 20px;
  }
  .yjjishu2 {
    margin-top: 20px;
  }
  .yjjishu2 li {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  .yjjishu2 li:hover {
    transform: none;
  }
  .yjjs2Icon {
    position: static;
    transform: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .yjjs2Cont {
    padding: 0px;
  }
  .yjjs2Cont h4 {
    font-size: 22px;
  }
  .yjjs12,
  .yjjs2Cont p:nth-of-type(2) {
    font-size: 14px;
    line-height: 26px;
  }
}
